CruiseControl.NET : NUnit Task
This page last changed on Mar 16, 2005 by mroberts.
If you are using the Visual Studio Task and you want to run unit tests then you probably want to use this task. Alternatively you can run NUnit using post-build tasks in your Visual Studio project properties. ![]() Configuration Elements
Configuration ExampleThe configuration for the NUnitTask should be placed in the <tasks> section of the Configuring the Server file. <tasks> <nunit> <path>D:\dev\ccnet\ccnet\tools\nunit\nunit-console.exe</path> <assemblies> <assembly>D:\dev\Refactoring\bin\Debug\Refactoring.exe</assembly> <assembly>D:\dev\Refactoring\bin\Debug\Refactoring.Core.dll</assembly> </assemblies> </nunit> </tasks> |
![]() |
Document generated by Confluence on Jun 26, 2005 17:22 |